Appearance
KBE3D / KBCore / Cesium / FeatureDetection
FeatureDetection
A set of functions to detect whether the current browser supports various features.
函数
| 函数 | 描述 |
|---|---|
| supportsBasis | Detects whether the current browser supports Basis Universal textures and the web assembly modules needed to transcode them. |
| supportsFullscreen | Detects whether the current browser supports the full screen standard. |
| supportsTypedArrays | Detects whether the current browser supports typed arrays. |
| supportsBigInt64Array | Detects whether the current browser supports BigInt64Array typed arrays. |
| supportsBigUint64Array | Detects whether the current browser supports BigUint64Array typed arrays. |
| supportsBigInt | Detects whether the current browser supports BigInt. |
| supportsWebWorkers | Detects whether the current browser supports Web Workers. |
| supportsWebAssembly | Detects whether the current browser supports Web Assembly. |
| supportsWebgl2 | Detects whether the current browser supports a WebGL2 rendering context for the specified scene. |
| supportsEsmWebWorkers | Detects whether the current browser supports ECMAScript modules in web workers. |
